testing.common.helperNames (field)
7 uses
testing (current package)
fuzz.go#L124: f.helperNames = nil // map will be recreated next time it is needed
testing.go#L643: helperNames map[string]struct{} // helperPCs converted to function names
testing.go#L799: if c.helperNames == nil {
testing.go#L800: c.helperNames = make(map[string]struct{})
testing.go#L802: c.helperNames[pcToName(pc)] = struct{}{}
testing.go#L805: if _, ok := c.helperNames[frame.Function]; !ok {
testing.go#L1289: c.helperNames = nil // map will be recreated next time it is needed
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)